

/**umb_name:Header 1*/
.heading1 {
	font-size: clamp(32px, 3.6vw, 72px);
	line-height: clamp(36px, 4.15vw, 82px);
	font-weight: 600;
	color: white;
}

/**umb_name:Header 2*/
.heading2 {
	font-size: clamp(20px, 2.32vw, 46px);
	line-height: clamp(26px, 2.8vw, 56px);
	font-weight: 600;
	color: #004976;
}

/**umb_name:Header 3*/
.heading3 {
	font-size: clamp(20px, 1.66vw, 32px);
	line-height: clamp(26px, 2.1vw, 42px);
	font-weight: 600;
	color: #004976;
}

/**umb_name:Heading 4*/
.heading4 {
	font-size: clamp(18px, 1.66vw, 32px);
	line-height: clamp(24px, 2.1vw, 42px);
	font-weight: 500;
	color: #004976;
}

/**umb_name:Heading 5*/
.heading5 {
	font-size: clamp(14px, 1.1vw, 22px);
	line-height: clamp(20px, 1.5vw, 30px);
	font-weight: 600;
	color: #004976;
}

/**umb_name:Body1*/
.body1 {
	font-size: clamp(18px, 1.1vw, 22px);
	line-height: clamp(24px, 1.6vw, 34px);
	color: #001B2C;
}

/**umb_name:Body2*/
.body2 {
	font-size: clamp(14px, .8vw, 16px);
	line-height: clamp(20px, 1.2vw, 24px);
	font-weight: 600;
	color: #001B2C;
}

/**umb_name:Body3*/
.body3 {
	font-size: clamp(14px, .8vw, 16px);
	line-height: clamp(16px, 1.2vw, 24px);
	color: #001B2C;
}

/**umb_name:Quote*/
.quote {
	font-size: clamp(26px, 1.5vw, 30px);
	line-height: clamp(32px, 2vw, 40px);
	font-style: italic;
	color: #004976;
}
